[PATCH] <short summary of the patch>
authorCamm Maguire <camm@debian.org>
Wed, 27 May 2026 18:03:02 +0000 (18:03 +0000)
committerCamm Maguire <camm@debian.org>
Wed, 27 May 2026 17:56:49 +0000 (13:56 -0400)
TODO: Put a short summary on the line above and replace this paragraph
with a longer explanation of this change. Complete the meta-information
with other relevant fields (see below for details). To make it easier, the
information below has been extracted from the changelog. Adjust it or drop
it.

Gbp-Pq: Name Version_2_7_2pre26

Makefile.am
Makefile.in
git.tag

index 2c12d7512df05ab1eba3434b1c4ba8877d845b2d..23c904ff8ff2f805d0f27bf1531dd430cb7fd6db 100644 (file)
@@ -467,7 +467,7 @@ CLEANFILES+=h/cmpinclude.h h/mstdint.h h/cmpincludea.h h/mcompdefs.h
 h/mstdint.h:
        echo "#include <stdint.h>" | \
                $(CPP) $(AM_CPPFLAGS) -P $(CPPFLAGS) - | \
-               grep -E '^typedef .*u?int(8|16|32|64|128)_t;' >$@
+               grep -E 'typedef .*u?int(8|16|32|64|128)_t;' >$@
 
 h/mcompdefs.h: h/compdefs.h h/new_decl.h
        $(AWK) 'BEGIN {print "#include \"include.h\"";print "#include \"page.h\"";print "---"} {a=$$1;gsub("\\.\\.\\.","",a);print "\"#define " $$1 "\" " a}' $< |\
index 198f1a86be54f58545e08c9140151c052199491f..0383b49782ff519863d5f9895ceabefd9fbc7b3e 100644 (file)
@@ -4765,7 +4765,7 @@ ansi_gcl/%.o: clcs/%.lisp | unixport/ansi_gcl
 h/mstdint.h:
        echo "#include <stdint.h>" | \
                $(CPP) $(AM_CPPFLAGS) -P $(CPPFLAGS) - | \
-               grep -E '^typedef .*u?int(8|16|32|64|128)_t;' >$@
+               grep -E 'typedef .*u?int(8|16|32|64|128)_t;' >$@
 
 h/mcompdefs.h: h/compdefs.h h/new_decl.h
        $(AWK) 'BEGIN {print "#include \"include.h\"";print "#include \"page.h\"";print "---"} {a=$$1;gsub("\\.\\.\\.","",a);print "\"#define " $$1 "\" " a}' $< |\
diff --git a/git.tag b/git.tag
index e4f9aa8f9dbd3b2bef217db5ecf445cc3bf363ce..82688e33e7d38cb7864c4913900b4d3f3a2369cf 100644 (file)
--- a/git.tag
+++ b/git.tag
@@ -1 +1 @@
-"Version_2_7_2pre25"
+"Version_2_7_2pre26"